[INFO] cloning repository https://github.com/YoRHazero/noobayes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YoRHazero/noobayes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYoRHazero%2Fnoobayes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYoRHazero%2Fnoobayes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ef0a0fc6169f541a762a95db2c1a29d6bc87e0c8
[INFO] checking YoRHazero/noobayes against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYoRHazero%2Fnoobayes" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/YoRHazero/noobayes
[INFO] finished tweaking git repo https://github.com/YoRHazero/noobayes
[INFO] tweaked toml for git repo https://github.com/YoRHazero/noobayes written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YoRHazero/noobayes on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YoRHazero/noobayes already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb
[INFO] running `Command { std: "docker" "start" "e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling target-lexicon v0.13.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling pyo3-build-config v0.27.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]    Compiling hdf5-types v0.8.1
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling pyo3-ffi v0.27.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.2
[INFO] [stderr]    Compiling pyo3 v0.27.2
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]    Compiling hdf5 v0.8.1
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking ndarray v0.15.6
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking console v0.16.2
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling hdf5-derive v0.8.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking unindent v0.2.4
[INFO] [stderr]    Compiling hdf5-sys v0.8.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stderr]     Checking toml v0.9.11+spec-1.1.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling pyo3-macros v0.27.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking noobuild v0.1.0 (/opt/rustwide/workdir/packages/noobuild)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> packages/noobuild/src/harvester.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |             let mut chunk_grid = Array5::<f32>::zeros([1, 1, coords_u.len(), coords_age.len(), n_wav]); 
[INFO] [stdout]     |                 ----^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_shape`
[INFO] [stdout]    --> packages/noobuild/src/harvester.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |             let chunk_shape = [coords_u.len(), coords_age.len(), n_wav];
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_shape`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_grid`
[INFO] [stdout]    --> packages/noobuild/src/harvester.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |             let mut chunk_grid = Array5::<f32>::zeros([1, 1, coords_u.len(), coords_age.len(), n_wav]); 
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_grid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> packages/noobuild/src/harvester.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |             let mut chunk_grid = Array5::<f32>::zeros([1, 1, coords_u.len(), coords_age.len(), n_wav]); 
[INFO] [stdout]     |                 ----^^^^^^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_shape`
[INFO] [stdout]    --> packages/noobuild/src/harvester.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |             let chunk_shape = [coords_u.len(), coords_age.len(), n_wav];
[INFO] [stdout]     |                 ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_shape`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `chunk_grid`
[INFO] [stdout]    --> packages/noobuild/src/harvester.rs:193:17
[INFO] [stdout]     |
[INFO] [stdout] 193 |             let mut chunk_grid = Array5::<f32>::zeros([1, 1, coords_u.len(), coords_age.len(), n_wav]); 
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_chunk_grid`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
[INFO] running `Command { std: "docker" "inspect" "e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb", kill_on_drop: false }`
[INFO] [stdout] e8b84add35620c83fdb7d6a103b05a764ae526f6da603583d5ee03c8b90397eb
